Undocumented functions of NTDLL

2OO5, 2 February


RtlGetCallersAddress
RtlGetCallersAddress

NTSYSAPI 
PVOID
NTAPI

RtlGetCallersAddress(
OUT PVOID *CallersAddress, OUT PVOID *CallersCaller );



Routine RtlGetCallersAddress is usefull in program debugging or exceptions control. It returns address of calling instruction.
Requirements:
Library: ntdll.lib


See also:
RtlCaptureStackBackTrace